Next | Prev | Up | Top | Contents | Index
Interchassis Communication
Silicon Graphics systems support three methods by which you can connect multiple computers:
- Standard network interfaces let you send packets or streams of data over a local network or the Internet.
- Reflective shared memory (provided by third-party manufacturers) lets you share segments of memory between computers, so that programs running on different chassis can access the same variables.
- External interrupts let one Challenge/Onyx signal another.
- Socket Programming
-
- Message-Passing Interface (MPI)
-
- Reflective Shared Memory
-
- External Interrupts
-
Next | Prev | Up | Top | Contents | Index